projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881ea28
)
Add the private struct in class_init
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Dec 2010 02:50:18 +0000
(21:50 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Dec 2010 02:50:18 +0000
(21:50 -0500)
gtk/gtktreestore.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreestore.c
b/gtk/gtktreestore.c
index d2f69aa8c77987916c6300078e98e434656af12e..fd0b3fff64b6525e8cabd9147e7c96c7c97a0a20 100644
(file)
--- a/
gtk/gtktreestore.c
+++ b/
gtk/gtktreestore.c
@@
-222,6
+222,8
@@
gtk_tree_store_class_init (GtkTreeStoreClass *class)
object_class = (GObjectClass *) class;
object_class->finalize = gtk_tree_store_finalize;
+
+ g_type_class_add_private (class, sizeof (GtkTreeStorePrivate));
}
static void